home *** CD-ROM | disk | FTP | other *** search
- //========================================================================================
- //
- // Ex-vxx.rc - Video export plugin for Premiere.
- //
- // Part of the Adobe Premiere 4.2 Plug-in Developer's Toolkit.
- //
- // Copyright 1996, Adobe Systems Incorporated, all rights reserved worldwide.
- //
- //========================================================================================
-
- #include <windows.h>
- #include "Fourcc.h"
- #include "Premiere.h"
-
-
- 1000 TYPE DISCARDABLE
- BEGIN
- 0x0000,
- ExpDtype,
- END
-
- 1000 TEXT DISCARDABLE
- BEGIN
- 0x0000,
- "VXX File (SDK)\0"
- END
-
-
- // This identifies the type of data the exporter can handle
- // Valid values are:
- //
- // mExpVid Can export video/still image data
- // mExpAud Can export audio data
-
- 1000 FLAG DISCARDABLE
- BEGIN
- 0x0000,
- mExpVid
- END
-
- 1000 EXvs DISCARDABLE
- BEGIN
- 0x0000,
- 0x0002
- END
-